ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.Base.Collections Namespace / C1ObservableItemCollection<TOwner,TItem> Class / Count Property

In This Topic
    Count Property (C1ObservableItemCollection<TOwner,TItem>)
    In This Topic
    Gets the number of elements actually contained in the collection.
    Syntax
    'Declaration
     
    Public Overridable Shadows ReadOnly Property Count As System.Integer
    public virtual new System.int Count {get;}
    See Also